object FrmAbout: TFrmAbout Left = 426 Top = 110 BorderStyle = bsDialog Caption = 'About BiEd' ClientHeight = 235 ClientWidth = 291 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 291 Height = 201 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 Picture.Data = {} Stretch = True end object LblTitle: TLabel Left = 64 Top = 16 Width = 136 Height = 21 Caption = 'Binary Editor 0.00' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 64 Top = 80 Width = 217 Height = 57 AutoSize = False Caption = 'It'#39's software is intended for demonstration of opportunities of ' + 'a Delphi visual component TAKHexEditor.' WordWrap = True end object LblCopyright: TRxLabel Left = 64 Top = 136 Width = 153 Height = 17 Caption = '� 1998 Andrey Kolegov' ShadowSize = 0 end object LblEMail: TRxLabel Left = 64 Top = 154 Width = 94 Height = 13 Caption = 'ankol@perm.raid.ru' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False ShadowSize = 0 OnClick = LblEMailClick OnMouseEnter = LblEMailMouseEnter OnMouseLeave = LblEMailMouseLeave end object LblWWW: TRxLabel Left = 64 Top = 172 Width = 173 Height = 13 Caption = 'http://www.raid.ru/customers/ankol' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False ShadowSize = 0 OnClick = LblWWWClick OnMouseEnter = LblEMailMouseEnter OnMouseLeave = LblEMailMouseLeave end object LblHexEditVersion: TLabel Left = 64 Top = 40 Width = 133 Height = 14 Caption = 'TAKHexEditor version 0.00' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False end object LblNumEditVersion: TLabel Left = 64 Top = 56 Width = 136 Height = 14 Caption = 'TAKNumEditor version 0.00' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False end end object Panel2: TPanel Left = 0 Top = 201 Width = 291 Height = 34 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered Caption = 'Panel2' TabOrder = 1 object ButOK: TButton Left = 108 Top = 5 Width = 75 Height = 25 Cancel = True Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object NumEdit: TAKNumEdit Left = 16 Top = 8 Width = 33 Height = 24 CharCase = ecUpperCase TabOrder = 1 Visible = False LeadingZero = False Radix = 10 Value = 0 Version = '1.00' end end end